.banner,
.banner img {
	width: 100%;
	display: block;
}

.breadCrumb,
.listMenu {
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	border-bottom: 1px solid #e9e9e9;
}

.breadCrumb p {
	background: url(../images/home_icon.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
}

.breadCrumb .back {
	float: right;
	background: url(../images/back.png) no-repeat left center;
	padding-left: 20px;
}

.breadCrumb a {
	color: #565656;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	transition: all ease 0.3s;
}

.breadCrumb a:hover {
	color: #006428;
	text-decoration: none;
}

.cotdiv {
	padding: 50px 0;
	overflow: hidden;
}

.cotdivl {
	width: 20%;
}


.sidebar {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #006428;
}

.side_title {
height: 60px;
    color: #006428;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 29px;
}

.sidebarMenu {
	background: #fff;
	border-top: none;
}

.sidebarMenu li {
	font-size: 16px;
	position: relative;
}
.sidebarMenu li:first-child>a {
    border-top: 1px solid #d9d9d9;
}
.sidebarMenu li>a {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 30px;
	display: block;
	color: #191919;
	background: url(../images/side_li.png) no-repeat right 20px center;
	position: relative;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	transition: all ease 0.3s;
	font-size: 15px;
}

.sidebarMenu li.on>a, .sidebarMenu li:hover>a {
	background: #ededed url(../images/side_lih.png) no-repeat right 20px center;
	color: #006428;
}

.sidebarMenu li.on :after, .sidebarMenu li:hover a:after {
	height: 100%;
}

.sidebarMenu>li>a:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	height: 0;
	width: 3px;
	background: #006428;
	transition: all 0.3s;
}

.leftContact {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	border-top: 1px solid #006428;
}

.leftContact .title {
    height: 60px;
    line-height: 60px;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #006428;
    border-bottom: 1px solid #d9d9d9;
}

.leftContact .main {
    padding: 25px 16px;
    font-size: 14px;
    overflow: hidden;
}

.leftContact .main p {
	margin-bottom: 5px;
	color: #333;
}

.cotdivr {
	width: 75%;
}


/*          -------------        aboutus       -------------           */

.cotdivrimg {
	margin-bottom: 2%;
}

.cotdivrimg img {
	max-width: 100%;
	display: block;
}

.cotdivrnr h1 {
	font-size: 24px;
	color: #006428;
	margin-bottom: 2%;
}

.cotdivrnr p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
}


/*           ----------       product        ---------            */

.proList li {
	float: left;
	width: 33.3%;
	margin: 0 auto;
}

.proList li a {
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	overflow: hidden;
}

.proList li .pImg {
	display: block;
	width: 99%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	position: relative;
}

.proList li .pImg img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.proList li h5 {
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
}

.proList li:hover .pImg:before {
	transform: perspective(200px) rotateX(0);
}

.proList li .pImg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 100, 40, 0.2);
	transition: all 0.25s;
	transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	z-index: 3;
}

.proList li:hover .pImg:after {
	transition-delay: .1s;
	margin-top: -27px;
	opacity: 1;
}

.proList li .pImg:after {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	background: url(../images/pmore2.png) no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	opacity: 0;
	transition: all 0.25s;
	z-index: 3;
}

.proList li:hover h5 {
	color: #006428;
}


.pro-children{
	display:none;
background: #006428;
}
.pro-children a{
	background:none!important;
	padding:0;
}

.pro-children dt{
     border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.pro-children dt a{
    padding-left: 16%;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 53px;
    line-height: 53px;
}

.pro-children dt a:hover{
	    text-decoration: underline;
}













/*           ----------       productcot        ---------            */

.protcotsl {
	width: 49%;
}
/*商品缩略图样式*/

.goods-pic {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.pic-box {
	float: left;
}

.pic-preview {
	position: relative;
	width: 100%;
	height: 498px;
	border: 1px solid #e8e8e8;
}

.pic-scroll {
	margin-top: 10px;
	width: 100%;
}

.pic-scroll .prev {
	float: left;
	margin-right: 5px;
}

.pic-scroll .next {
	float: right;
}

.pic-scroll .prev,
.pic-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 85px;
	line-height: 85px;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	cursor: pointer;
	text-decoration: none;
}

.pic-scroll .items {
	position: relative;
	float: left;
	width: 92%;
	height: 85px;
	overflow: hidden;
}

.pic-scroll .items ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 999999px;
	height: 100%;
}

.pic-scroll .items ul li {
    float: left;
    margin: 0 4px;
    padding: 0;
    width: 84px;
    text-align: center;
    height: 84px;
    display: table-cell;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    vertical-align: middle;
}

.pic-scroll .items ul li img {
	width: 100%;
}

.pic-scroll .items ul li:hover {
	border: 1px solid #006428;
}


/*商品规格*/

.goods-spec {
	position: relative;
	margin: 30px 0 0 400px;
	overflow: hidden;
	overflow: hidden;
	*zoom: 1;
}

.goods-spec h1 {
	display: block;
	color: #555;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.goods-spec .subtitle {
	margin-top: 5px;
	color: #6c6c6c;
	font-size: 15px;
	line-height: 18px;
}

.goods-spec .spec-box {
	position: relative;
	margin-top: 10px;
}

.goods-spec .spec-box.line {
	padding-top: 10px;
	border-top: 1px solid #efefef;
}

.goods-spec .spec-box:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.goods-spec .spec-box dl {
	clear: both;
	display: block;
}

.goods-spec .spec-box dl:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.goods-spec .spec-box dl dt {
	float: left;
	width: 80px;
	line-height: 38px;
	min-height: 38px;
	color: #999;
}

.goods-spec .spec-box dl dd {
	position: relative;
	padding: 5px 0;
	line-height: 26px;
	min-height: 26px;
	color: #6c6c6c;
}

.goods-spec .spec-box dl dd s {
	display: inline-block;
	text-decoration: line-through;
}

.goods-spec .spec-box dl dd .price {
	display: inline-block;
	margin-right: 5px;
	color: #f40;
	font-size: 24px;
	font-weight: 700;
}

.goods-spec .spec-box dl dd .items li {
	position: relative;
	float: left;
	margin: 0 5px 8px 0;
	padding: 1px;
	line-height: 20px;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a {
	display: block;
	padding: 1px;
	color: #666;
	min-width: 10px;
	width: auto !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eee;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a span {
	display: inline-block;
	padding: 5px 9px;
	font-style: normal;
	line-height: 20px;
}

.goods-spec .spec-box dl dd .items li a img {
	width: 36px;
	height: 38px;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a.selected {
	margin: -1px;
	color: #333;
	border: 2px solid #f40;
	color: #f40;
}

.goods-spec .spec-box dl dd .stock-box {
	display: block;
	float: left;
	margin-right: 10px;
	width: 64px;
}

.goods-spec .spec-box dl dd .stock-box input {
	float: left;
	margin-right: 3px;
	width: 42px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
}

.goods-spec .spec-box .stock-box a {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 15px;
	height: 12px;
	line-height: 12px;
	color: #333;
	font-size: 11px;
	text-align: center;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	overflow: hidden;
}

.goods-spec .spec-box .stock-txt {
	float: left;
	line-height: 32px;
}

.goods-spec .spec-box .btn-buy {
	margin-top: 15px;
}

.goods-spec .spec-box .btn-buy .buy {
	display: inline-block;
	margin-right: 10px;
	padding: 0 30px;
	color: #e5511d;
	font-size: 16px;
	line-height: 38px;
	background: #ffe4d0;
	border: 1px solid #f0cab6;
	border-radius: 2px;
	cursor: pointer;
}

.goods-spec .spec-box .btn-buy .add {
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	background: #f40;
	border: 1px solid #f40;
	border-radius: 2px;
	cursor: pointer;
}

.goods-spec .spec-box .btn-buy button.over {
	color: #999;
	background: #f7f7f7;
	border-color: #e8e8e8;
	cursor: default;
}


/* 图片放大镜样式*/

.jqzoom {
	position: relative;
	display: table-cell;
    margin: 0 auto;
    padding: 0;
    width: 83%;
    height: 496px;
    border: none;
    cursor: crosshair;
    vertical-align: middle;
    text-align: center;
}

.jqzoom img {
	display: block;
	width: 100%;
}

.zoomdiv {
	position: absolute;
	z-index: 100;
	display: none;
	width: 331px !important;
	height: 366px !important;
	background: #fff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.jqZoomPup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	overflow: hidden;
}

.zoomdiv img {
	width: 250%;
}





.prodetails {
width: 47%;
    margin: 3% auto 0;
}

.prodetaih2 {
    font-size: 26px;
    color: #006428;
    margin-bottom: 5%;
}
.prodetails p{
	font-size: 14px;
	line-height: 25px;
	color: #222;
}




.protcotfls{
	width: 100%;
	margin: 3% auto;
}
.protflssx {
    margin-bottom: 2%;    
    border-bottom: 2px solid #EAECEE;
}
.protflssx li:hover, .protflssx li.on {
    border-bottom: 2px solid #f5a200;
    color: #f5a200;
}
.protflssx li {
    width: 16.65%;
    float: left;
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 16px;    
    margin-bottom: -2px;
    margin-right: 5px;
}
.protcotfls .bd li {
    padding: 1% 2% 2%;
}


/*               ---------          videos           -----------             */

.videos{
	width: 100%;
}


.proList.videos li:hover .pImg:before,.proList.videos li:hover .pImg:after{
  display: none;
}

.videos li .pImg video{
	width: 100%;
}








/*           ----------       download        ---------            */

.table {
    border-width: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;	
    border-left: 1px solid #ddd;	
}
.table td,.table th {
    border-width: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #222;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 11px 24px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table tr:nth-child(2n+1) td {
    background-color: #f8f8f8;
}
.table .d1{
}
.table .d2,.table .d1{
 	color: #222;	
}


.table tr{
	text-align: left;
}
.table .t1 {
    text-align: left;;
    text-indent: 2px;
    border-right: 1px solid #ddd;
}
.table th {
	background-color: #fff;
    color: #006428;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    height: 28px;
    font-family: "微软雅黑";
    border-right: 1px solid #ddd;
}

.table td:nth-child(1){
	border-right: 1px solid #ddd;
}




.table tr:hover td,.table tr:hover td a{
	color: #f5a200;
}












/*           ----------       inquiry        ---------            */

.jd_inquiry {
	width: 100%;
	margin: 0 auto;
	max-width: 1577px;
}

.jd_inquiry_con {
	width: 100%;
}

.jd_inquiry_con li {
	width: 33.3%;
	float: left;
	display: block;
	margin-bottom: 2%;
}

.jd_inquiry_con li a {
	width: 89%;
	margin: 0 auto;
	display: block;
}

.fancyboximg {
	background: #fff url(../images/load.gif) no-repeat center center;
	overflow: hidden;
	display: block;
}

.fancyboximg img {
	width: 100%;
	display: block;
}

.jd_inquiry_con li a p {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jd_inquiry_con li:hover a p {
	color: #cc000e;
}


/*           ----------       resources        ---------            */

.sk_resources {
	width: 100%;
}

.cn_offerscot {
	width: 92%;
	margin: 0 auto;
}

.box116_1 {
	width: 100%;
	margin: 0 auto;
}

.zptabletr .ttcol1 {
background-color: #fff;
    border-right: #969696 dotted 1px;
    line-height: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 249px;
    color: #006428;
    font-weight: bold;
    font-size: 17px;
}

.zptabletr .ttcol2,
.zptabletr .ttcol3,
.zptabletr .ttcol4,
.ttcol5 {
background-color: #fff;
    border-right: #969696 dotted 1px;
    line-height: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 249px;
    color: #006428;
    font-weight: bold;
    font-size: 17px;
}

.zptabletr .ttcol6 {
	text-align: center;
	background-color: #EFEFEF;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.zptabletr1 td {
    background-color: #ffffff;
    border-bottom: #E6E6E6 solid 1px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding: 1.2% 0;
}

.zptabletr td:nth-last-child(1){
    border: none;
}

.zwmessage h3 {
	background-color: #FFEEE0;
	line-height: 42px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.zwmessage .zwtab {
	width: 100%;
	font-size: 13px;
	margin-bottom: 5px;
}

.zwtab td {
	border-bottom: #E7E7E7 solid 1px;
	background-color: #F7F7F7;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 38px;
	width: 13%;
	color: #333333;
}

.zwtab td:nth-child(2n) {
	background-color: #fff;
}

.zwmessage .zwms h2 {
	line-height: 35px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.zwmscot {
	margin-top: 20px;
	width: 80%;
}

.zwmscot p {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 6px;
	margin-bottom: 38px;
	color: #333333;
}

.zwms {
	border-bottom: #E6E6E6 solid 1px;
}

.shipl {
	margin-top: 30px;
}

.zptabletr1 {
	width: 100%;
}

.cn_reqzhaop {
	padding: 2% 0;
	margin-top: 2%;
}

.zptabletr2 {
	display: none;
}


/*         -----------          news           ------------           */

.news {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 3%;
	padding: 0;
}

.news li {
	border-bottom: 1px dashed #eed;
}

.newsdivs {
	padding: 3% 0;
	overflow: hidden;
}

.newsfa1 {
	width: 20%;
	text-align: center;
}

.newsfa1 p:nth-child(1) {
	border-bottom: 1px solid #006428;
	font-size: 32px;
}

.newsdivs .newsfa1 p {
	line-height: 53px;
}

.newsfa1 p {
	color: #006428;
	width: 60%;
	margin: 0 auto;
	line-height: 30px;
}

.newsfar {
	width: 78%;
}

.newsfar .newsfrp {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news li:hover .newsdivs .newsfar .newsfrp {
	margin-left: 2%;
	color: #006428;
}

.newsdivs .newsfar .newsfrp {
	font-size: 18px;
	line-height: 48px;
	transition: all .6s ease;
}

.newsfar p {
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newschak {
	color: #666;
	line-height: 40px;
	font-size: 14px;
	float: right;
	margin-right: 8%;
}

.news li:hover .newschak {
	color: #006428;
}






.wincotti {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.wincotti h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #006428;
}
.wincotsj {
	margin: 0 auto 2%;
    width: 97%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2%;
    padding-right: 6%;
}
.wincotsj span {
    font-size: 14px;
    color: #666;
}

.details{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.details img{
	max-width: 100%;
	margin: 0 auto;
}
.details p{
	font-size: 14px;
	line-height: 25px;
	color: #333;
}





/*           ----------        contactus         -----------             */

.fnw_contactusnr {
	margin: 50px auto;
}

.fnw_contactusnr h1 {
	font-size: 30px;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}

.fnw_contusnr {
	width: 100%;
	margin: 39px auto;
}

.fnw_contusnr p {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	width: 25%;
	float: left;
	display: block;
}

.fnw_contusnr p span {
	text-align: center;
	display: block;
}

.fnw_contusnr p span img {
	width: 30%;
	-webkit-filter: grayscale(1);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* W3C */
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.fnw_contusnr p a {
	width: 77%;
	text-align: center;
	display: block;
	line-height: 27px;
	margin: 2% auto;
}

.fnw_contusnr p:hover span img {
	-webkit-filter: grayscale(0);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(0);
}

.requests {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
}

.requetlt {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 40px;
	color: #000;
	font-weight: 400;
}

.requescot {
	text-align: center;
}

.requescot input {
	width: 19%;
	display: inline-block;
	margin: 0 14px 15px 19px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.requescot textarea {
	width: 88.3%;
	height: 116px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	padding: 14px;
	background: #fff;
	color: #999;
}

.tjbtn {
	border: 0;
	background: #e60213;
	border-radius: 2px;
	width: 170px;
	padding: 0 11px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 0;
	margin-top: 20px;
}

.requescot .footersbut {
    margin: 30px auto;
    background: #fff;
    color: #006428;
    border: 1px solid #006428;
    font-size: 18px;
    font-weight: 600;
}

/*               ---------          cot           -----------             */

@media screen and (max-width:1350px) {

.sidebarMenu li a {
    font-size: 13px;
    height: 46px;
    line-height: 46px;
}
.leftContact .main {
    padding: 25px 7%;
    font-size: 12px;
    overflow: hidden;
}

.breadCrumb a {
    font-size: 12px;
}

.wincotsj {
    margin: 1% auto;
}








.newsfa1 {
    width: 100%;
    text-align: center;
    display: none;
}
.newsfar {
    width: 100%;
}







}



@media screen and (max-width:768px) {

.breadCrumb, .listMenu {
    height: 49px;
    line-height: 49px;
    background: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}


.cotdivl {
    width: 100%;
float: none;
}
.cotdiv {
    padding: 7% 0;
    overflow: hidden;
}
.side_title {
    height: 57px;
    font-size: 22px;
    line-height: 57px;
}


.leftContact .title {
    height: 49px;
    line-height: 49px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #006428;
    border-bottom: 1px solid #d9d9d9;
}
.leftContact .main {
    padding: 12px 4%;
    font-size: 12px;
    overflow: hidden;
}

.cotdivr {
    width: 100%;
    float: none;
    margin: 6% auto;
}

.cotdivr img{
max-width: 100%;
}


.navs li a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    padding: 0 5%;
    transition: .7s;
    border-bottom: 1px solid #fff;
}



.digg {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    padding-bottom: 0;
}


.proList li {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.proList li a {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}




.jd_inquiry_con li {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 2%;
}

.jd_inquiry_con li a p {
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 50px;
}



.cotdivr .download {
    overflow-y: auto;
}






.sk_resources {
    width: 100%;
    overflow-x: scroll;
}
.cn_offerscot {
    width: 980px;
    margin: 0 auto;
}
.zptabletr .ttcol1,.zptabletr .ttcol2, .zptabletr .ttcol3, .zptabletr .ttcol4, .ttcol5{
    line-height: 26px;
    padding: 3% 1%;
}












}

@media screen and (max-width:414px) {




.breadCrumb p {
    background: url(../images/home_icon.png) no-repeat left center;
    padding-left: 21px;
    font-size: 12px;
    width: 91%;
}

.breadCrumb a.bc{
    width: 29%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    white-space: nowrap;
    margin-right: 14%;
}


.pic-preview {
    position: relative;
    width: 100%;
    height: 294px;
    border: 1px solid #e8e8e8;
}
.jqzoom {
    height: 262px;
}


.prodetails {
    width: 100%;
    margin: 7% auto 3%;
}



.protflssx li {
    width: 31%;
    float: left;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    margin-bottom: -2px;
    margin-right: 5px;
}


.protcotsl {
    width: 99%;
    float: none;
}






.wincotti h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #006428;
}
.wincotsj span {
    font-size: 12px;
    color: #666;
}



.fnw_contusnr {
    width: 100%;
    margin: 5% auto;
}
.fnw_contusnr p {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    width: 50%;
    float: left;
    display: block;
}
.fnw_contusnr p a {
    width: 88%;
    text-align: center;
    display: block;
    line-height: 27px;
    margin: 2% auto;
}


.requescot input {
    width: 90.5%;
    display: inline-block;
    margin: 0 14px 15px 8px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
}






}

@media screen and (max-width: 414px){
.breadCrumb a.bc {
    width: 20%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    white-space: nowrap;
    margin-right: 14%;
}

}





